@charset "utf-8";
#bk_form_all
{
	/*width:62.5%;*/
	width:1200PX;
	min-height:1066px;
	background-color: #ffffff;
	margin:0 auto;
	border-top:1px solid #d2d2d2;
}
/*找回密码表单*/
.bk_form
{
  width:333px;
  height:385px;
  margin:40px auto 0 auto;
}

/*找回密码标题*/
.bk_form_title
{
	width: 123px;
	height: 19px;
	font-family: STHeitiSC-Light;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #212121;
}
/*找回密码输入框*/
.bk_form_input
{
	width: 330px;
	height: 44px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	margin:23px 0 0 0;
	
	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #bfbfbf;
}
/*找回密码按钮*/
.bk_form_but
{
	width: 330px;
	height: 44px;
	background-color: #23a9ff;
	border-radius: 4px;
	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align:center;
	line-height: 44px;
	margin:24px 0 0 0;
	cursor: pointer;
}
.back_but
{
	cursor:pointer;
}

